Remove some unnecessary bindings of same-window-* variables.
authorChong Yidong <cyd@gnu.org>
Fri, 10 Aug 2012 16:46:07 +0000 (00:46 +0800)
committerChong Yidong <cyd@gnu.org>
Fri, 10 Aug 2012 16:46:07 +0000 (00:46 +0800)
commit0403c3c3ea542f2184d807ff6d9849b53f44f3db
tree7f797641c049395a8049867401d999396030a9e8
parent239b74875afaa4f0cde5fa2c20ec1ec8c9f1c201
Remove some unnecessary bindings of same-window-* variables.

* lisp/progmodes/python.el (python-shell-get-process-name): Don't mess
with same-window-buffer-names.

* lisp/eshell/eshell.el (eshell-add-to-window-buffer-names)
(eshell-remove-from-window-buffer-names): Make obsolete.
(eshell-buffer-name, eshell-unload-hook): Don't use them.
(eshell): Just use pop-to-buffer-same-window instead.
lisp/ChangeLog
lisp/eshell/eshell.el
lisp/progmodes/python.el